home *** CD-ROM | disk | FTP | other *** search
- #include "../win.h"
-
- struct fish {
- /* const */
- int cnt_init, y, dx, dt;
- int width, h, n_raster;
- int n_color;
- unsigned short *color16;
- unsigned char *color4;
- unsigned char **raster;
- unsigned char *save;
- /* screen mode dependent const */
- int w, x_max, save_size;
- unsigned char *color;
- /* current state */
- struct window win;
- int index, cnt, timer;
- };
-